nhooyr.io/websocket.header.fin (field)
7 uses
nhooyr.io/websocket (current package)
frame.go#L39: fin bool
frame.go#L61: h.fin = b&(1<<7) != 0
frame.go#L115: if h.fin {
read.go#L276: if !h.fin {
read.go#L392: mr.fin = h.fin
write.go#L291: c.writeHeader.fin = fin
write.go#L319: if c.writeHeader.fin {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |